home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / select.h1 < prev    next >
Encoding:
Text File  |  1997-04-15  |  109 b   |  9 lines

  1. #ifndef SELECT_H
  2. #define SELECT_H
  3.  
  4. #include <sys/types.h>
  5. #include <sys/time.h>
  6. extern int select();
  7.  
  8. #endif
  9.